CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Linux 管道

搜索资源列表

  1. 管道聊天程序

    0下载:
  2. 使用C管道技术在Linux下实现的char-use technology in the Linux pipeline under the char
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:4898
    • 提供者:鲍勃赵
  1. linux进程间通信的例子

    0下载:
  2. 用简单的例子实现了用命名管道实现进程间通信-simple example of the realization of the named pipe used to achieve inter-process communication
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2195
    • 提供者:wf
  1. Beginning linux programming(第4版)

    0下载:
  2. 详细介绍了LINUX编程环境和开发工具,进程与线程、信号、管道、信号量、共享内存、队列,SOCKET等各种机制,还介绍了SQL数据库,QT界面开发等相关知识。是linux开发人员不可多得的入门书籍!
  3. 所属分类:文档资料

    • 发布日期:2011-09-14
    • 文件大小:4136319
    • 提供者:qinerxinzhi
  1. code.rar

    1下载:
  2. linux下的FTP服务器,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理,FTP server under linux, using the C Development, GCC compiler file upload, download, HTTP technical point: waiting for the process of inter-process communica
  3. 所属分类:Ftp Server

    • 发布日期:2017-03-30
    • 文件大小:52770
    • 提供者:yeliu
  1. linux_IPC

    0下载:
  2. linux 的进程通信的3种方式 共享内存 消息队列 管道方式实现的实例。有注释!-linux process of three kinds of ways to communicate a shared memory message queue pipeline approach to achieve a simple example.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1579
    • 提供者:小林
  1. pipe

    0下载:
  2. linux下管道监视程序,父进程通过管道发送信息给子进程-linux monitoring procedures under the pipeline, the father of the process of sending information through the pipeline to the child process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:612
    • 提供者:hc
  1. PipeCommunication

    0下载:
  2. linux的多进程通信,使用管道实现了多个父子进程间的消息传递及其内存共享-linux for multi-process communication, the use of pipes to achieve a number of inter-process messaging father and son and memory sharing
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:971
    • 提供者:陈sean
  1. linuxIPC

    1下载:
  2. Linux 进程间通信实例包括:共享内存、管道、套接字域、消息队列、信号、信号灯;注释详细,全部经过编译验证-Examples include the Linux inter-process communication: shared memory, pipe, socket domain, message queues, signals, lights comment in detail, all compiled authentication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:8261
    • 提供者:
  1. linux_useAPI_and_other

    0下载:
  2. linux 应用程序API_进程 进程和信号编程 管道/io ,进程间通讯,网络编程, 线程机制 -linux application process and signal process API_ programming pipeline/io, inter-process communication, network programming, threading mechanism
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:424385
    • 提供者:aa
  1. linux_shell_C

    0下载:
  2. C语言编程实现了linux的shell功能,包括多管道,父子进程,输入输出重定向以及简单的纠错功能。另外还有详细的word说明文档及图片,介绍了程序执行情况和各个函数说明。-C language programming linux realized the shell functionality, including multi-channel, father and son process, input and output redirection as well as the simple
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:135647
    • 提供者:secret
  1. myshell

    1下载:
  2. 用C++编写的Linux myshell,支持重定向和管道符号,支持CD命令,供初学者参考-With C++ Prepared Linux myshell, support the redirect and pipe symbols, support for CD command reference for beginners
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2678
    • 提供者:HCY
  1. Linuxchineseinputmethod

    0下载:
  2. 一般而言,文字模式下的输入法并没有特殊的规范或协议,程序所要做的,只有取得使用者的字键输入,再将中文输出到「标准输出 (standard out)」管道,系统自然会将这些文字喂入应用程序中。只要应用程序能够接受并处理 8位字符码,则不会有任何问题。 -Generally speaking, the text input mode and no special norms or agreements, procedures to be done, it is only through t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2747
    • 提供者:apple
  1. unix

    0下载:
  2. linux下的进程间通信,里面有无名管道通信的代码和结果。-linux pipe
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:9383
    • 提供者:玄岳
  1. pipe

    0下载:
  2. 一个简单的linux管道通信例子,方便初学linux的朋友-A simple example of linux channels of communication to facilitate learning linux friends
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:2175
    • 提供者:sbyygyfd
  1. pipe

    0下载:
  2. linux 下进程间的通信,用管道方式实现!-pipe of linux
  3. 所属分类:Linux-Unix program

    • 发布日期:
    • 文件大小:5405
    • 提供者:xc
  1. linux

    0下载:
  2. linux下的c语言编程的一些例子,很实用哦,都是很基础的如文件读写、管道通信等-c language programming under linux some examples, very practical Oh, are all based, such as file reading and writing, communication channels
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:62379
    • 提供者:小小鸟
  1. Linux-shell-V1.0-LZN

    1下载:
  2. Linux下Shell命令解释器,一、 实现功能: 要求实现一个简单的命令解释器,也就是linux中的shell程序,在本程序中我们将其起名为mysh,要求: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行;
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:34001
    • 提供者:张亮
  1. linux-pipe-programming

    0下载:
  2. linux管道编程,有志向学习嵌入式编程-linux pipe programming ambition to learn embedded programming
  3. 所属分类:Linux Network

    • 发布日期:2017-11-18
    • 文件大小:24355
    • 提供者:麻花疼
  1. 管道模拟令牌环

    0下载:
  2. 本学期Linux的一个小作业,自己查阅资料后模拟实现的,待改进的地方很多~
  3. 所属分类:系统编程

  1. 1111

    0下载:
  2. linux管道的知识,分享一下大家相互学习(The knowledge of the Linux pipeline, share the learning from each other)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:宇慧
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com